New function to render a portion of a pixbuf to a drawable. Ignores alpha
authorFederico Mena Quintero <federico@redhat.com>
Thu, 28 Oct 1999 23:25:02 +0000 (23:25 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Thu, 28 Oct 1999 23:25:02 +0000 (23:25 +0000)
commitece5ac121a0acfa50725cdae19979b80a02ae170
tree27cfcfa2b8238703108600f68c555bed99419c93
parent7e96137070934fcc19bb198914a5a8df6ba113a3
New function to render a portion of a pixbuf to a drawable. Ignores alpha

1999-10-28  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf-render.c (gdk_pixbuf_render_to_drawable): New
function to render a portion of a pixbuf to a drawable.  Ignores
alpha information and takes in a GC.
(gdk_pixbuf_render_to_drawable_alpha): New function to render a
portion of a pixbuf to a drawable.  It automatically creates a GC
and a clipping mask for alpha pixbufs.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.h
gdk/gdkpixbuf-render.c